home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d939.lha / AlertHelp / test / test2.s < prev   
Text File  |  1993-12-20  |  170b  |  14 lines

  1.  
  2.   XREF _LVOFreeMem
  3.  
  4. Test2
  5.   move.l  4,a6
  6.   move.l  a6,a1
  7.   moveq.l #4,d0
  8.   jsr     _LVOFreeMem(a6)
  9.   move.l  a6,a1
  10.   moveq.l #4,d0
  11.   jsr     _LVOFreeMem(a6)
  12.   rts
  13.  
  14.   END